home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #1
/
Amiga Plus 1995 #1.iso
/
fish-disketten
/
fish_921-930
/
d924
/
s-omni
/
script
< prev
next >
Wrap
Text File
|
1994-12-13
|
614b
|
23 lines
echo ""
echo " To run this script you will need to have the commands ECHO, IF,"
echo " ENDIF, WAIT, and ASK available to your shell."
echo ""
Wait 3
echo " This little demo starts with a short text displayed by P-Reader"
echo " Click the title bar close gadget to continue"
Wait 3
P-Reader readme
echo ""
ask " Would you like to view a Pic (y/n)"
if WARN
echo " click LMB to exit"
Wait 1
P-Reader Chinchilla
echo " That was the pretty little Chinchilla by Denis Sibera of NSW"
endif
echo ""
echo " That ends this little demo."
echo ""
echo " You will find copies of all the files used in ram:omni"
Wait 5